From 33530797a4496c64912b5ae1e58d8baf07020098 Mon Sep 17 00:00:00 2001 From: mseri Date: Sat, 29 Aug 2015 16:07:52 +0100 Subject: [PATCH] Fix for test on windows --- tests/test_cargo_run.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_cargo_run.rs b/tests/test_cargo_run.rs index 90bb1313e..a85e7bc28 100644 --- a/tests/test_cargo_run.rs +++ b/tests/test_cargo_run.rs @@ -479,9 +479,10 @@ test!(run_from_executable_folder { assert_that(p.cargo("run").cwd(cwd), execs().with_status(0).with_stdout(&format!("\ -{running} `./foo` +{running} `.{sep}foo[..]` hello ", - running = RUNNING + running = RUNNING, + sep = SEP ))); }); -- 2.30.2